home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / win31reg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.6 KB  |  81 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Win31Reg.pas' rev: 3.00
  6.  
  7. #ifndef Win31RegHPP
  8. #define Win31RegHPP
  9. #include <Classes.hpp>
  10. #include <DsgnIntf.hpp>
  11. #include <SysInit.hpp>
  12. #include <System.hpp>
  13.  
  14. //-- user supplied -----------------------------------------------------------
  15.  
  16. namespace Win31reg
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. class DELPHICLASS TTabPageNameProperty;
  20. class PASCALIMPLEMENTATION TTabPageNameProperty : public Dsgnintf::TPropertyEditor 
  21. {
  22.     typedef Dsgnintf::TPropertyEditor inherited;
  23.     
  24. public:
  25.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  26.     virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
  27.     virtual System::AnsiString __fastcall GetValue(void);
  28.     virtual void __fastcall SetValue(const System::AnsiString AValue);
  29. public:
  30.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TTabPageNameProperty(void) { }
  31.     
  32. public:
  33.     /* TObject.Create */ __fastcall TTabPageNameProperty(void) : Dsgnintf::TPropertyEditor() { }
  34.     
  35. };
  36.  
  37. class DELPHICLASS TTabPageListProperty;
  38. class PASCALIMPLEMENTATION TTabPageListProperty : public Dsgnintf::TPropertyEditor 
  39. {
  40.     typedef Dsgnintf::TPropertyEditor inherited;
  41.     
  42. public:
  43.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  44.     virtual System::AnsiString __fastcall GetValue(void);
  45.     virtual void __fastcall Edit(void);
  46. public:
  47.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TTabPageListProperty(void) { }
  48.     
  49. public:
  50.     /* TObject.Create */ __fastcall TTabPageListProperty(void) : Dsgnintf::TPropertyEditor() { }
  51.     
  52. };
  53.  
  54. class DELPHICLASS TTabbedNotebookEditor;
  55. class PASCALIMPLEMENTATION TTabbedNotebookEditor : public Dsgnintf::TDefaultEditor 
  56. {
  57.     typedef Dsgnintf::TDefaultEditor inherited;
  58.     
  59. public:
  60.     virtual void __fastcall ExecuteVerb(int Index);
  61.     virtual System::AnsiString __fastcall GetVerb(int Index);
  62.     virtual int __fastcall GetVerbCount(void);
  63. public:
  64.     /* TComponentEditor.Create */ __fastcall virtual TTabbedNotebookEditor(Classes::TComponent* AComponent
  65.         , Dsgnintf::TFormDesigner* ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
  66.     
  67. public:
  68.     /* TObject.Destroy */ __fastcall virtual ~TTabbedNotebookEditor(void) { }
  69.     
  70. };
  71.  
  72. //-- var, const, procedure ---------------------------------------------------
  73. extern PACKAGE void __fastcall Register(void);
  74.  
  75. }    /* namespace Win31reg */
  76. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  77. using namespace Win31reg;
  78. #endif
  79. //-- end unit ----------------------------------------------------------------
  80. #endif    // Win31Reg
  81.